Current File : /home/jeconsul/public_html/wp-content/plugins/presto-player/inc/support.php
<?php

if ( ! function_exists( 'presto_player' ) ) :
	function presto_player( $id ) {
		return do_shortcode( '[presto_player id=' . $id . ']' );
	}
endif;